
Last chance! 50% off unlimited learning
Sale ends in
n.comp.nb()
finds the number of disjoint connected subgraphs in the graph depicted by nb.obj
- a spatial neighbours list object.n.comp.nb(nb.obj)
nb
nb.obj
belong toplot.nb
data(columbus)
plot(col.gal.nb, coords, col="grey")
col2 <- droplinks(col.gal.nb, 21)
plot(col2, coords, add=TRUE)
res <- n.comp.nb(col2)
table(res$comp.id)
points(coords, col=res$comp.id, pch=16)
Run the code above in your browser using DataLab